home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / mgedata / a.swf / scripts / frame_10 / PlaceObject2_131_79 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2002-01-14  |  288b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.block.top.motion == "on")
  3.    {
  4.       speed = _xmouse / 300;
  5.       speed2 = _ymouse / 300;
  6.       _root.block._x = _root.block._x + speed + 0.75;
  7.       _root.block._y = _root.block._y + speed2 + 0.75;
  8.    }
  9.    else
  10.    {
  11.       stop();
  12.    }
  13. }
  14.